home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-20 | 318 b | 19 lines | [TEXT/CWIE] |
- //Copyright (c) 1997 Aidan Cully
- //All rights reserved
-
- #ifndef __ABOUTCONTENT_H
- #define __ABOUTCONTENT_H
-
- #include "CLLayout.h"
-
- class TAboutContent:
- public TLayoutBranch
- {
- protected:
- virtual void BuildChildren();
- public:
- TAboutContent( TLayoutBranch* );
- virtual void CalcMouseMove( Point, RgnHandle );
- };
-
- #endif